home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / setuser.zip / SETUSER.DOC < prev    next >
Text File  |  1993-02-27  |  5KB  |  134 lines

  1.                 SETUSER
  2.  
  3. SetUser is a utility program that will allow a customized
  4. configuration of Windows 3.1 for up to four individual users.
  5. SetUser is run at Windows startup and asks which of the four
  6. users wishes to log in.  Setuser will then change parameters
  7. in multiple Windows .ini files to suit the needs of that
  8. individual user.  When that user logs out, another user log in,
  9. or Windows terminates, SetUser will optionally record all of the
  10. new parameters that may have been established during that session.
  11.  
  12.  
  13.                             DISCLAIMER OF WARRANTY
  14.  
  15.                THIS SOFTWARE AND MANUAL ARE SOLD "AS IS" AND WITHOUT
  16.                WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY
  17.                OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.  BECAUSE
  18.                OF THE VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS INTO
  19.                WHICH THIS PROGRAM MAY BE PUT, NO WARRANTY OF FITNESS FOR
  20.                A PARTICULAR PURPOSE IS OFFERED.  GOOD DATA PROCESSING
  21.                PROCEDURE DICTATES THAT ANY PROGRAM BE THOROUGHLY TESTED
  22.                WITH NON-CRITICAL DATA BEFORE RELYING ON IT.  THE USER
  23.                MUST ASSUME THE ENTIRE RISK OF USING THE PROGRAM.  ANY
  24.                LIABILITY OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO
  25.                PRODUCT REPLACEMENT OR REFUND OF PURCHASE PRICE.
  26.  
  27.  
  28.  
  29. I.  Installation
  30.  
  31. Copy files as follows:
  32.  
  33. Setup Disk        Hard Drive Directory
  34.  
  35. setuser.exe        c:\windows
  36. setuser.dbf        c:\windows
  37. setuser.ini        c:\windows
  38. vbrun200.dll        c:\windows\system
  39. qevbdbf.vbx        c:\windows\system
  40.  
  41.  
  42. In the system.ini file, add setuser.exe to the run=  line.
  43.  
  44. II.  Operation
  45.  
  46. Each time windows is started, SetUser will display a dialog box containing the names of up
  47. to four users.  Select the active user by clicking on the appropriate button.   SerUser will 
  48. go through all the windows INI files in its database to change indicated parameters to those
  49. selected by the specific user.  Setuser will then shrink itself to an icon.  In case a user has made changes to any of those parameters during the windows session, SetUser can be configured to
  50. take a new "snapshot" of the selected INI parameters for that user prior to exiting.  This
  51. snapshot will then become the new configuration for that user the next time that user logs on.
  52. If a new user needs to log on, double click on the icon and select the new user.  
  53.  
  54. III.  Configuration
  55.  
  56. A.    Configure User Names
  57.  
  58. Enter up to four user names.  Highlight and delete names no longer needed.  
  59.  
  60. B.    INI Settings
  61.  
  62. This form maintains a record of all ini settings that are to be changed by SetUser.
  63.  
  64. Initialization File:    Full name of the .ini file, which MUST reside in the windows directory.
  65.             Examples:  win.ini, program.ini
  66.  
  67. Application Tag:    The major headings that appear in .ini files.
  68.             These headings appear in the files in square brackets---[Preferences],
  69.             but MUST BE ENTERED IN THIS FIELD WITHOUT BRACKETS.
  70.             They must be entered EXACTLY as they appear in the .ini file, including
  71.             spaces and punctuation.
  72.             Examples:  Preferences, Microsoft Word 2.0
  73.  
  74. Keyname:        The parameters in .ini files that appear to the left of the = sign.
  75.             These headings must be entered EXACTLY as they appear in the .ini file,
  76.             including punctuation and spaces.
  77.             Examples:  DOC-path, company
  78.  
  79. User Boxes:        The four text boxes on the second line are user boxes, and will be labelled
  80.             as such after users are configured.  They contain the parameters following
  81.             the = sign in .ini files.  Each of these parameters is specific to the
  82.             individual user.
  83.             Examples:  c:\user1\documents, c:\user2\documents
  84.  
  85. Click box:        This Parameter Requires Restarting Windows
  86.  
  87.             Certain parameters in the win.ini file and the system.ini file require
  88.             that windows be restarted in order to take effect--for example, 
  89.             video drivers and color preferences.  Checking this box will
  90.             restart windows everytime the user changes.
  91.  
  92. Overall Example:
  93.  
  94. Initialization File:    win.ini
  95. Application Tag:    Microsoft Word 2.0
  96. Keyname:        DOC-path
  97.  
  98. User 1:            c:\user1\worddocs
  99. User 2:            c:\user2\worddocs
  100. User 3:            c:\user3\worddocs
  101. User 4:            c:\user4\worddocs
  102.  
  103.  
  104. Controls
  105.  
  106. New:        Click New to add a new record to the database.
  107.         New then changes to Insert, which inserts the record after it is typed.
  108.  
  109. Delete:        Delete current record.
  110.  
  111. Update:        Use Update to save any changes made on any record.
  112.  
  113. End:        Exit this form.
  114.  
  115.  
  116. C.    Preferences
  117.  
  118. Each user can select or deselect a check box to determine whether SetUser is to record 
  119. changes made to this user's ini settings during a windows session.  When SetUser is terminated
  120. or when the user changes, if this block is checked, SetUser will record this user's current
  121. ini settings before exiting.
  122.  
  123. Example:  While in Microsoft Word for Windows, the user has changed his/her fax number, which is
  124. stored in win.ini, [MS Word User], Fax=.  If the user's preference is to save settings, SetUser will
  125. update its data base with the new information prior to exiting or changing users.  If the user's
  126. preference box is not checked, the win.ini file will be restored with the OLD fax number the next 
  127. time this user logs in.
  128.  
  129. IV.  Snapshot
  130.  
  131. Snapshot takes a "snapshot" of the logged-in user's current .ini settings and records them at any
  132. time during the windows session.  This is the same process that occurs if a user's preference
  133. box is checked when that user exits.
  134.